02. Online SLAM

Online SLAM

Online SLAM Problem

  • At time t-1, the robot will estimate its current pose xt-1 and the map m given its current measurements zt-1 and controls ut-1.
  • At time t, the robot will estimate its new pose xt and the map m given only its current measurements zt and controls ut.
  • At time t+1, the robot will estimate its current pose xt+1 and the map m given the measurements zt+1 and controls ut+1.

This problem can be modeled with the probability equation p(xt , m | z1:t , u1:t) where we solve the posterior represented by the instantaneous pose xt and the map m given the measurements z1:t and controls u1:t. Thus, with online SLAM we estimate variables that occur at time t only.

How will the robot solve the Online SLAM problem at t+2?

SOLUTION: The robot will estimate the “xt+2” pose and map “m” given the measurements “zt+2” and controls “ut+2